<style>
* {box-sizing: border-box}


/* section class */
.All-Leagues {
	font-family: 'Trebuchet MS', 'Arial Unicode MS', sans-serif;
	margin: 5px 5px 5px 5px;
}

/*section header clas */
.All-Leagues-Header {
	/* background-color: #075eea; */
	color: #fbfafa;
	width: 100%;
	padding: 6px 8px;
	text-align: left;
	font-size: 16px;
	/* border-radius: 5px 5px 0px 0px; */
	line-height: 24px !important;
	/* height: 32px; */
	border-top: 1px solid #535353;
    /* border-top: 1px solid #075eea; */
	margin: 0px;
}

.All-Leagues-Holder {
	overflow: auto;
	border-radius: 5px;
}

.dropdown-btn.main-category {
	border: none;
	font-size: 13px;
	background-color: #333;
	text-transform: uppercase;
}

.dropdown-btn {
	padding: 8px 8px;
	text-decoration: none;
	font-size: 12px;
	color: #b8b6b5;
	display: block;
	border: none;
	background: none;
	width: 100%;
	line-height: 24px !important;
	text-align: left;
	cursor: pointer;
	outline: none;
	border-bottom: 1px solid #3b3b3b;
	background-color: #5d5d5c;
}

.sport a:hover, .dropdown-btn:hover, .leagues:hover {
	color: #f1f1f1;
}

.active, .sport a:hover, .dropdown-btn:hover, .leagues:hover {
	color: #f1f1f1;
}

.dropdown-content:active {
	color: #f1f1f1;
}

.dropdown-content {
	display: none;
	background-color: #3b3b3b;
	border-radius: 3px;
	overflow: overlay;
}

.leagues {
	line-height: 24px !important;
	display: block;
    color: #b8b6b5;
    font-size: 12px;
    text-align: left;
	vertical-align: center;
	border-bottom: 1px solid #5d5d5c;
	padding: 6px 8px;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

a.leagues  {
	text-decoration: none;
}

a.leagues:hover {
	text-decoration: none;
}

a.leagues:focus {
	text-decoration: none;
}

.dropdown-btn:after {
	content: '\23F7';
    color: #b8b6b5;
    font-weight: normal;
    float: right;
    font-size: 16px;
    margin-top: 0px;
    padding: 0px 0px 0px 1px;
	transition: transform 0.3s ease;
}

.dropdown-btn.active:after {
    color: #b8b6b5;
	transform: rotate(-180deg);
}

.sport-icons-scroll {
	font-size: 24px;
}

.fa-tennis {
	rotate: -45deg;
}

.dropdown-btn img {
	width: 16px;
    object-fit: unset;
    text-align: left;
    opacity: 0.9;
    /* font-size: 24px; */
    position: relative;
    margin: 0px 8px 0px 0px;
}

.fa-list {
	font-size: 16px;
	margin-right: 4px;
}

.fa-earth-europe, .fa-earth-africa, .fa-earth-americas, .fa-earth-asia, .fa-globe {
	font-size: 16px;
	margin-right: 8px;
	color: #999;
}

}

</style>

